projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d59080
)
core: Don't silence output of ostree-run-triggers
author
Colin Walters
<walters@verbum.org>
Tue, 19 Jun 2012 20:14:31 +0000
(16:14 -0400)
committer
Colin Walters
<walters@verbum.org>
Tue, 19 Jun 2012 20:14:31 +0000
(16:14 -0400)
We want to see which triggers are being run by default.
src/libostree/ostree-sysroot.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-sysroot.c
b/src/libostree/ostree-sysroot.c
index 121c31d8d05f8f0f92a92c1713ff6eb1d30b7076..43b513bc08800373e829d94c47bd3f12afd34c0d 100644
(file)
--- a/
src/libostree/ostree-sysroot.c
+++ b/
src/libostree/ostree-sysroot.c
@@
-91,7
+91,7
@@
ostree_run_triggers_in_root (GFile *root,
if (!g_spawn_sync (NULL, (char**)argv->pdata,
(char**) ostree_get_sysroot_environ (),
- G_SPAWN_SEARCH_PATH
| G_SPAWN_STDOUT_TO_DEV_NULL
,
+ G_SPAWN_SEARCH_PATH,
NULL, NULL, NULL, NULL, &estatus, error))
goto out;